home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 27 / q27.d81 / bac help < prev    next >
Text File  |  2022-08-28  |  2KB  |  44 lines

  1.      Four standard 52-card decks are shuffled and placed in a device called
  2. a "shoe", from which cards slide one by one.  The decks are reshuffled at
  3. the completion of any hand when 8 or fewer cards remain in the shoe.
  4.  
  5.      In principal Baccarat is similar to Blackjack or 21.  The object of
  6. the game is to hold two or three cards which count 9, or nearer to nine
  7. than the opponent.  The card values are: Face cards and tens, 0; Aces, 1;
  8. all other cards, their pip count.  Units of ten are discarded, i.e. a
  9. player dealt a 6 and an 8 has a count of 4, not fourteen.
  10.  
  11.      A player whose first two cards total 8 or 9 has a "natural" and turns
  12. the cards up immediately.  In the event that the opponent also has a
  13. natural, a natural 9 is superior to a natural 8.  Two naturals of equal
  14. value result in a stand-off and a new hand is dealt.
  15.  
  16.      If neither hand is a natural the bank will, if necessary, deal the
  17. player one additional card, face up, based on the following formula: Player
  18. MUST stand if his first two cards total 6 or 7.  Player MUST take a card if
  19. his total is 0, 1, 2, 3, or 4.  Player has the option to take a card or
  20. stand on 5.
  21.  
  22.      The banker, too, is bound to draw or stand as follows:
  23.  
  24.  BANK MUST DRAW ON  - 0, 1, or 2
  25.  BANK MUST STAND ON - 7
  26.  
  27. If the bank has from 3 to 6, the following rules apply:
  28.  
  29.   BANK         BANK DRAWS IF             BANK HAS OPTION IF
  30.   POINT        PLAYER'S POINT IS         PLAYER'S HAND IS
  31.   ---------------------------------------------------------
  32.    3           0, 1, 2, 3, 4, 5, 6, 7            9
  33.    4           2, 3, 4, 5, 6, 7
  34.    5           5, 6, 7                           4
  35.    6           6, 7
  36.  
  37.    In all other cases, the Bank stands, except that if Player does not
  38. draw, Bank stands on 6, and draws on 3, 4, and 5.
  39.  
  40.      When both Player and Banker have received two or three cards, as
  41. required, the hand is decided.  If the totals are the same, the hand is a
  42. stand-off and all bets are "off."
  43.  
  44.